home *** CD-ROM | disk | FTP | other *** search
/ Developer CD Series 1992 June: ROMin Holiday / ADC Developer CD (1992-06) (''ROMin Holiday'')_iso / Developer Connection - 06-1992.iso / Development Platforms / Apple II / Apple II Sample Code / Sample Code Notes (ProDOS) / SCN03AnimDemo < prev    next >
Encoding:
Text File  |  1990-06-24  |  1.7 KB  |  41 lines  |  [TEXT/pdos]

  1. Apple II
  2. Sample Code Notes
  3. _____________________________________________________________________________
  4.                                                   Developer Technical Support
  5.  
  6. #3:    AnimDemo
  7.  
  8. Version:    3.0                                                     June 1990
  9.  
  10. APW Components:    AnimDemo.asm
  11.                    Full.Build
  12.                    Build
  13.                    Build.Macros 
  14.  
  15. MPW Components:    AnimDemo.Aii
  16.                    MakeFile
  17.  
  18. AnimDemo shows three different Apple IIGS animation techniques.  The source 
  19. code also demonstrates the only supported way to access screen memory 
  20. directly, bypassing QuickDraw II.
  21. _____________________________________________________________________________
  22.  
  23. The appearance of horizontally and vertically moving marquee lights is 
  24. achieved by modifying color table entries using heartbeat (VBL) tasks.  
  25. Horizontal scrolling of the text in the marquee box is handled via heartbeat 
  26. tasks.  Pixel block transfers create the effect of a bouncing color object.
  27.  
  28. These three animation techniques are meant to give you an idea of what can be 
  29. done to animate Apple IIGS graphics.  Other techniques will be illustrated in 
  30. subsequent Sample Code releases.  Apple would like to hear about your methods 
  31. too.
  32.  
  33. APW users need APW v.1.0, APW Tools & Interfaces v.1.1, and Apple IIGS System 
  34. Software 5.0.2 or later.  Three APW command files, Full.Build, Build, and 
  35. Build.Macros allow you to perform complete or partial rebuilds of the load 
  36. file AnimDemo.
  37.  
  38. MPW IIGS users need MPW v.3.0, MPW IIGS Tools v.1.1, and MPW IIGS Assembler 
  39. v.1.0 or later.  The name needed by the MPW Build menu's Build option can be 
  40. found in the MakeFile.
  41.